[INFO] cloning repository https://github.com/audricsun/certboy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/audricsun/certboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudricsun%2Fcertboy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudricsun%2Fcertboy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a6b1356a7ba9f8a2479822fcbda72f5bf015f71
[INFO] testing audricsun/certboy against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudricsun%2Fcertboy" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/audricsun/certboy
[INFO] finished tweaking git repo https://github.com/audricsun/certboy
[INFO] tweaked toml for git repo https://github.com/audricsun/certboy written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/audricsun/certboy on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/audricsun/certboy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a77f0c2859bd55adde2017259dcaf9af76c7e90a10a6dc97c382fd31273ae232
[INFO] running `Command { std: "docker" "start" "-a" "a77f0c2859bd55adde2017259dcaf9af76c7e90a10a6dc97c382fd31273ae232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a77f0c2859bd55adde2017259dcaf9af76c7e90a10a6dc97c382fd31273ae232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a77f0c2859bd55adde2017259dcaf9af76c7e90a10a6dc97c382fd31273ae232", kill_on_drop: false }`
[INFO] [stdout] a77f0c2859bd55adde2017259dcaf9af76c7e90a10a6dc97c382fd31273ae232
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32d46a37813a99917555a2ceed151779ac4f268af03cbd1bc152d25ae3a98fa9
[INFO] running `Command { std: "docker" "start" "-a" "32d46a37813a99917555a2ceed151779ac4f268af03cbd1bc152d25ae3a98fa9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling openssl-src v300.6.0+3.6.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling certboy v2026.4.5-dev0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s
[INFO] running `Command { std: "docker" "inspect" "32d46a37813a99917555a2ceed151779ac4f268af03cbd1bc152d25ae3a98fa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32d46a37813a99917555a2ceed151779ac4f268af03cbd1bc152d25ae3a98fa9", kill_on_drop: false }`
[INFO] [stdout] 32d46a37813a99917555a2ceed151779ac4f268af03cbd1bc152d25ae3a98fa9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9317cf0663636dcf2a6c236d8f2f439209288b41d12f5b0a435d1a83d964e617
[INFO] running `Command { std: "docker" "start" "-a" "9317cf0663636dcf2a6c236d8f2f439209288b41d12f5b0a435d1a83d964e617", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling shared_thread v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling duct v1.1.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling lexopt v0.3.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling ruzstd v0.8.2
[INFO] [stderr]    Compiling serial_test v2.0.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling cargo-config2 v0.1.44
[INFO] [stderr]    Compiling certboy v2026.4.5-dev0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling lcov2cobertura v1.0.9
[INFO] [stderr]    Compiling opener v0.8.4
[INFO] [stderr]    Compiling cargo-llvm-cov v0.6.24
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.18s
[INFO] running `Command { std: "docker" "inspect" "9317cf0663636dcf2a6c236d8f2f439209288b41d12f5b0a435d1a83d964e617", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9317cf0663636dcf2a6c236d8f2f439209288b41d12f5b0a435d1a83d964e617", kill_on_drop: false }`
[INFO] [stdout] 9317cf0663636dcf2a6c236d8f2f439209288b41d12f5b0a435d1a83d964e617
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 76beb85eecaec3336834a59915e04c90df395e431b3d150d29bb27f94ad0b675
[INFO] running `Command { std: "docker" "start" "-a" "76beb85eecaec3336834a59915e04c90df395e431b3d150d29bb27f94ad0b675", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/certboy-5cce4907355b94a8)
[INFO] [stdout] 
[INFO] [stdout] running 171 tests
[INFO] [stdout] test cert::tests::test_generate_ext_content_duplicate_domain ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_mixed ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_empty_altnames ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_with_altnames ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_with_ip ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_wildcard ... ok
[INFO] [stdout] test utils::tests::test_asn1time_to_datetime_various_formats ... ok
[INFO] [stdout] test utils::tests::test_asn1time_to_datetime ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_root_ca_not_found ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_expired ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_past ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_valid ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_expired ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_not_exists ... ok
[INFO] [stdout] test utils::tests::test_cert_metadata_clone ... ok
[INFO] [stdout] test utils::tests::test_cert_type_display ... ok
[INFO] [stdout] test utils::tests::test_cert_type_equality ... ok
[INFO] [stdout] test utils::tests::test_certificate_info_clone ... ok
[INFO] [stdout] test utils::tests::test_certificate_info_serial_field ... ok
[INFO] [stdout] test utils::tests::test_certificate_paths_create_dir ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_ca_not_found ... ok
[INFO] [stdout] test utils::tests::test_ask_confirm_yes_flag_always_true ... ok
[INFO] [stdout] test utils::tests::test_certificate_paths_new ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_determination ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_equality ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_ordering ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_serialization ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_multiple_files ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_nested_subdirs ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_nested ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_preserves_empty_dirs ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_empty ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_single_file ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_root ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_intermediates ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_certificates ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_unknown ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_empty ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_needs_renewal ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_single_root ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_certificates ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_intermediates ... ok
[INFO] [stdout] test utils::tests::test_export_certificate_not_found ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_no_match ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_root_level ... ok
[INFO] [stdout] test utils::tests::test_file_exists_false ... ok
[INFO] [stdout] test utils::tests::test_file_exists_directory ... ok
[INFO] [stdout] test utils::tests::test_file_exists_true ... ok
[INFO] [stdout] test utils::tests::test_file_exists ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_empty ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_with_ica ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_no_ica ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_multiple_roots ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_ica ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_root ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_with_intermediates ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_ica ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_fallback ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_root_ca ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_tls ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_tls_under_ica ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path_multiple_levels ... ok
[INFO] [stdout] test utils::tests::test_find_parent_ca_in_context ... ok
[INFO] [stdout] test utils::tests::test_find_icas_under_root_no_intermediates ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_direct ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_under_ica ... ok
[INFO] [stdout] test utils::tests::test_find_tls_certs_signed_by_no_ca ... ok
[INFO] [stdout] test utils::tests::test_fix_result_fixed ... ok
[INFO] [stdout] test utils::tests::test_fix_result_skipped ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_ip ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_localhost ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_multiple ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_numeric_domain ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_special_chars ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_subdomain ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_wildcard ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_with_numbers ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password_length ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password_special_chars ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_length ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_success ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_nonzero ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_unique ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_subdomain ... ok
[INFO] [stdout] test utils::tests::test_get_from_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_find_parent_ca_in_context_no_parent ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_different_country ... ok
[INFO] [stdout] test utils::tests::test_global_cert_metadata_empty ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_read_empty ... ok
[INFO] [stdout] test utils::tests::test_global_cert_metadata_default ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_altnames ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_already_exists ... ok
[INFO] [stdout] test utils::tests::test_get_from_global_metadata_not_found ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_sorting ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_legacy ... ok
[INFO] [stdout] test utils::tests::test_has_metadata ... ok
[INFO] [stdout] test utils::tests::test_has_metadata_false ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_invalid_path ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_missing_crt ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_source_not_exist ... ok
[INFO] [stdout] test utils::tests::test_list_certificates_empty_context ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_dns_case_variation ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_empty ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_dns_numeric ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_empty_lines ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_ip ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_no_dns ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_ip ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_mixed_format ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_multiple_spaces ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_only_comments ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_false ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_with_tab ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_with_trailing_newline ... ok
[INFO] [stdout] test utils::tests::test_read_file_not_found ... ok
[INFO] [stdout] test utils::tests::test_read_metadata ... ok
[INFO] [stdout] test utils::tests::test_remove_from_global_metadata_not_found ... ok
[INFO] [stdout] test utils::tests::test_remove_from_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates ... ok
[INFO] [stdout] test utils::tests::test_revoke_certificate_not_found ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_empty ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_write_and_read ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_expiration ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_both_files ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_nested ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_root_ca ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_not_found ... ok
[INFO] [stdout] test utils::tests::test_serial_exists_in_context_empty ... ok
[INFO] [stdout] test utils::tests::test_shorten_path_no_home ... ok
[INFO] [stdout] test utils::tests::test_update_fullchain_crt_noop ... ok
[INFO] [stdout] test utils::tests::test_shorten_path ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_already_exists ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica ... ok
[INFO] [stdout] test utils::tests::test_shorten_path_with_home ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_multiple_levels ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata_replace_existing ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata_add_multiple ... ok
[INFO] [stdout] test utils::tests::test_update_fullchain_crt ... ok
[INFO] [stdout] test utils::tests::test_create_metadata_from_cert ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_with_expiration ... ok
[INFO] [stdout] test utils::tests::test_write_and_read_file ... ok
[INFO] [stdout] test utils::tests::test_write_file_and_read ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_force_renew ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_valid ... ok
[INFO] [stdout] test utils::tests::test_serial_exists_in_context_finds_match ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_no_key ... ok
[INFO] [stdout] test utils::tests::test_verify_fullchain_order_valid ... ok
[INFO] [stdout] test utils::tests::test_is_ca_certificate_true ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_encrypted_key_no_pass ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_matching ... ok
[INFO] [stdout] test utils::tests::test_get_cn_from_name ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_encrypted_key_with_pass ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_no_crt ... ok
[INFO] [stdout] test utils::tests::test_find_tls_certs_signed_by ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_no_collision_with_existing ... ok
[INFO] [stdout] test utils::tests::test_verify_certificate_chain ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_mismatch ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 171 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/certboy-7f5ca073d141373d)
[INFO] [stdout] 
[INFO] [stdout] running 215 tests
[INFO] [stdout] test cert::tests::test_generate_ext_content_empty_altnames ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_wildcard ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_mixed ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_duplicate_domain ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_with_altnames ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_ca_not_found ... ok
[INFO] [stdout] test cert::tests::test_generate_ext_content_with_ip ... ok
[INFO] [stdout] test tests::test_cli_parse_cert_mode_without_cn ... ok
[INFO] [stdout] test tests::test_cli_command_factory ... ok
[INFO] [stdout] test tests::test_cli_default_country ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_root_ca_not_found ... ok
[INFO] [stdout] test tests::test_cli_parse_check_with_auto_fix ... ok
[INFO] [stdout] test tests::test_cli_parse_check_without_context ... ok
[INFO] [stdout] test tests::test_cli_parse_check_command ... ok
[INFO] [stdout] test tests::test_cli_parse_check_with_detail_and_auto_fix ... ok
[INFO] [stdout] test tests::test_cli_parse_completion_command ... ok
[INFO] [stdout] test tests::test_cli_parse_check_default ... ok
[INFO] [stdout] test tests::test_cli_parse_export_command ... ok
[INFO] [stdout] test tests::test_cli_parse_completion_powershell ... ok
[INFO] [stdout] test tests::test_cli_parse_completion_zsh ... ok
[INFO] [stdout] test tests::test_cli_parse_export_with_context ... ok
[INFO] [stdout] test tests::test_cli_parse_ica_mode_with_expiration ... ok
[INFO] [stdout] test tests::test_cli_parse_import_command ... ok
[INFO] [stdout] test tests::test_cli_parse_completion_fish ... ok
[INFO] [stdout] test tests::test_cli_parse_long_options ... ok
[INFO] [stdout] test tests::test_cli_parse_import_multiple_paths ... ok
[INFO] [stdout] test tests::test_cli_parse_import_with_context ... ok
[INFO] [stdout] test tests::test_cli_parse_revoke_without_yes ... ok
[INFO] [stdout] test tests::test_cli_parse_revoke_multiple_domains ... ok
[INFO] [stdout] test tests::test_cli_parse_revoke_command ... ok
[INFO] [stdout] test tests::test_cli_parse_root_ca ... ok
[INFO] [stdout] test tests::test_cli_parse_revoke_with_context ... ok
[INFO] [stdout] test tests::test_cli_parse_multiple_domains_with_ica ... ok
[INFO] [stdout] test tests::test_cli_parse_with_country ... ok
[INFO] [stdout] test tests::test_cli_parse_with_context ... ok
[INFO] [stdout] test tests::test_cli_parse_with_ca ... ok
[INFO] [stdout] test tests::test_cli_parse_verbose_levels ... ok
[INFO] [stdout] test tests::test_get_context_with_path ... ok
[INFO] [stdout] test tests::test_cli_parse_with_expiration ... ok
[INFO] [stdout] test tests::test_cli_parse_with_force ... ok
[INFO] [stdout] test tests::test_get_context_default ... ok
[INFO] [stdout] test tests::test_get_log_level_env_error ... ok
[INFO] [stdout] test tests::test_get_log_level_env_debug ... ok
[INFO] [stdout] test tests::test_get_log_level_env_warn ... ok
[INFO] [stdout] test tests::test_get_log_level_default ... ok
[INFO] [stdout] test tests::test_get_log_level_env_invalid ... ok
[INFO] [stdout] test tests::test_get_log_level_verbose_1 ... ok
[INFO] [stdout] test utils::tests::test_ask_confirm_yes_flag_always_true ... ok
[INFO] [stdout] test utils::tests::test_asn1time_to_datetime ... ok
[INFO] [stdout] test utils::tests::test_asn1time_to_datetime_various_formats ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_expired ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_past ... ok
[INFO] [stdout] test utils::tests::test_calculate_days_until_expiry_valid ... ok
[INFO] [stdout] test tests::test_get_log_level_verbose_2 ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_expired ... ok
[INFO] [stdout] test tests::test_get_log_level_verbose_3 ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty ... ok
[INFO] [stdout] test utils::tests::test_cert_metadata_clone ... ok
[INFO] [stdout] test utils::tests::test_cert_type_display ... ok
[INFO] [stdout] test utils::tests::test_cert_type_equality ... ok
[INFO] [stdout] test utils::tests::test_certificate_info_clone ... ok
[INFO] [stdout] test utils::tests::test_certificate_info_serial_field ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_not_exists ... ok
[INFO] [stdout] test utils::tests::test_certificate_paths_new ... ok
[INFO] [stdout] test utils::tests::test_certificate_paths_create_dir ... ok
[INFO] [stdout] test tests::test_get_log_level_env_info ... ok
[INFO] [stdout] test tests::test_get_log_level_env_warning ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_determination ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_equality ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_ordering ... ok
[INFO] [stdout] test utils::tests::test_certificate_type_serialization ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_multiple_files ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_empty ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_nested_subdirs ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_nested ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_preserves_empty_dirs ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all ... ok
[INFO] [stdout] test utils::tests::test_copy_dir_all_single_file ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_certificates ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_intermediates ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_empty ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_root ... ok
[INFO] [stdout] test utils::tests::test_determine_certificate_type_unknown ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_single_root ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_with_ica ... ok
[INFO] [stdout] test utils::tests::test_export_certificate_not_found ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_certificates ... ok
[INFO] [stdout] test utils::tests::test_display_certificate_tree_needs_renewal ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_no_match ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_root_level ... ok
[INFO] [stdout] test utils::tests::test_file_exists_directory ... ok
[INFO] [stdout] test utils::tests::test_file_exists ... ok
[INFO] [stdout] test utils::tests::test_file_exists_false ... ok
[INFO] [stdout] test utils::tests::test_file_exists_true ... ok
[INFO] [stdout] test utils::tests::test_extract_parent_ca_intermediates ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_empty ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_no_ica ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_multiple_roots ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_ica ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_root ... ok
[INFO] [stdout] test utils::tests::test_find_ca_path_with_intermediates ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_ica ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_fallback ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_root_ca ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_tls ... ok
[INFO] [stdout] test utils::tests::test_find_icas_under_root_no_intermediates ... ok
[INFO] [stdout] test utils::tests::test_find_cert_path_tls_under_ica ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path_multiple_levels ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_parent_ca_in_context ... ok
[INFO] [stdout] test utils::tests::test_find_nested_ica_path ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_direct ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_not_found ... ok
[INFO] [stdout] test utils::tests::test_find_tls_cert_path_under_ica ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_root_ca ... ok
[INFO] [stdout] test utils::tests::test_find_tls_certs_signed_by_no_ca ... ok
[INFO] [stdout] test utils::tests::test_fix_result_fixed ... ok
[INFO] [stdout] test utils::tests::test_fix_result_skipped ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_ip ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_localhost ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_multiple ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_numeric_domain ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_special_chars ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_subdomain ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_wildcard ... ok
[INFO] [stdout] test utils::tests::test_generate_default_ext_content_with_numbers ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password_length ... ok
[INFO] [stdout] test utils::tests::test_generate_random_password_special_chars ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_already_exists ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_length ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_nonzero ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_unique ... ok
[INFO] [stdout] test utils::tests::test_find_parent_ca_in_context_no_parent ... ok
[INFO] [stdout] test utils::tests::test_get_from_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_get_from_global_metadata_not_found ... ok
[INFO] [stdout] test utils::tests::test_global_cert_metadata_default ... ok
[INFO] [stdout] test utils::tests::test_global_cert_metadata_empty ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_read_empty ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_sorting ... ok
[INFO] [stdout] test utils::tests::test_global_metadata_write_and_read ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_both_files ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_false ... ok
[INFO] [stdout] test utils::tests::test_has_global_metadata_legacy ... ok
[INFO] [stdout] test utils::tests::test_has_metadata ... ok
[INFO] [stdout] test utils::tests::test_has_metadata_false ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_invalid_path ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_missing_crt ... ok
[INFO] [stdout] test utils::tests::test_import_certificate_source_not_exist ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_subdomain ... ok
[INFO] [stdout] test utils::tests::test_list_certificates_empty_context ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_already_exists ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_dns_case_variation ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_empty ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_altnames ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_empty_lines ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_dns_numeric ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_no_dns ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_from_ext_ip ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_ip ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_mixed_format ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_multiple_spaces ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_only_comments ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_with_tab ... ok
[INFO] [stdout] test utils::tests::test_parse_alt_names_with_trailing_newline ... ok
[INFO] [stdout] test utils::tests::test_read_file_not_found ... ok
[INFO] [stdout] test utils::tests::test_read_metadata ... ok
[INFO] [stdout] test utils::tests::test_remove_from_global_metadata_not_found ... ok
[INFO] [stdout] test utils::tests::test_revoke_certificate_not_found ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_empty ... ok
[INFO] [stdout] test utils::tests::test_remove_from_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_not_found ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_nested ... ok
[INFO] [stdout] test utils::tests::test_serial_exists_in_context_empty ... ok
[INFO] [stdout] test utils::tests::test_search_intermediates_multiple_levels ... ok
[INFO] [stdout] test utils::tests::test_shorten_path_no_home ... ok
[INFO] [stdout] test utils::tests::test_shorten_path ... ok
[INFO] [stdout] test utils::tests::test_update_fullchain_crt ... ok
[INFO] [stdout] test utils::tests::test_update_fullchain_crt_noop ... ok
[INFO] [stdout] test utils::tests::test_shorten_path_with_home ... ok
[INFO] [stdout] test utils::tests::test_create_metadata_from_cert ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata_add_multiple ... ok
[INFO] [stdout] test utils::tests::test_update_global_metadata_replace_existing ... ok
[INFO] [stdout] test utils::tests::test_find_all_tls_under_ica ... ok
[INFO] [stdout] test utils::tests::test_cert_file_exists_and_non_empty_valid ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_different_country ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_with_expiration ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_force_renew ... ok
[INFO] [stdout] test ica::tests::test_sign_ica_success ... ok
[INFO] [stdout] test utils::tests::test_write_and_read_file ... ok
[INFO] [stdout] test utils::tests::test_write_file_and_read ... ok
[INFO] [stdout] test utils::tests::test_get_cn_from_name ... ok
[INFO] [stdout] test utils::tests::test_verify_certificate_chain ... ok
[INFO] [stdout] test utils::tests::test_is_ca_certificate_true ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_no_crt ... ok
[INFO] [stdout] test cert::tests::test_sign_cert_with_expiration ... ok
[INFO] [stdout] test utils::tests::test_serial_exists_in_context_finds_match ... ok
[INFO] [stdout] test utils::tests::test_generate_unique_serial_no_collision_with_existing ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_encrypted_key_no_pass ... ok
[INFO] [stdout] test utils::tests::test_verify_fullchain_order_valid ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_mismatch ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_matching ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_no_key ... ok
[INFO] [stdout] test utils::tests::test_verify_key_cert_match_encrypted_key_with_pass ... ok
[INFO] [stdout] test utils::tests::test_find_tls_certs_signed_by ... ok
[INFO] [stdout] test tests::test_get_log_level_env_trace ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 215 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/smoke.rs (/opt/rustwide/target/debug/deps/smoke-8b78435e1689a7ce)
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test test_check_with_empty_context ... ok
[INFO] [stdout] test test_cli_check_empty_context ... ok
[INFO] [stdout] test test_cli_completion_powershell ... ok
[INFO] [stdout] test test_cli_completion_bash ... ok
[INFO] [stdout] test test_cli_completion_zsh ... ok
[INFO] [stdout] test test_cli_check_with_renew_flag ... ok
[INFO] [stdout] test test_cli_export_not_found ... ok
[INFO] [stdout] test test_cli_completion_fish ... ok
[INFO] [stdout] test test_cli_export_help ... ok
[INFO] [stdout] test test_cli_version ... ok
[INFO] [stdout] test test_cli_no_args ... ok
[INFO] [stdout] test test_cli_invalid_command ... ok
[INFO] [stdout] test test_cli_check_with_expiration_alert ... ok
[INFO] [stdout] test test_cli_help ... ok
[INFO] [stdout] test test_fix_ica_and_children ... ok
[INFO] [stdout] test test_fullchain_order_ica_signed_cert ... ok
[INFO] [stdout] test test_fix_fullchain_order_missing_files ... ok
[INFO] [stdout] test test_list_certificates_with_ica ... ok
[INFO] [stdout] test test_export_certificate ... ok
[INFO] [stdout] test test_fullchain_order_root_signed_cert ... ok
[INFO] [stdout] test test_ica_domain_validation ... ok
[INFO] [stdout] test test_list_certificates_ica_signed ... ok
[INFO] [stdout] test test_list_certificates_with_fullchain_check ... ok
[INFO] [stdout] test test_resign_tls_certificate_missing_key ... ok
[INFO] [stdout] test test_fix_fullchain_order_ica_not_found ... ok
[INFO] [stdout] test test_import_invalid_source ... ok
[INFO] [stdout] test test_verify_fullchain_order_empty ... ok
[INFO] [stdout] test test_import_certificate ... ok
[INFO] [stdout] test test_resign_tls_certificate_under_ica ... ok
[INFO] [stdout] test test_sign_cert ... ok
[INFO] [stdout] test test_fix_ica_and_children_empty ... ok
[INFO] [stdout] test test_verify_fullchain_order_wrong_ica ... ok
[INFO] [stdout] test test_resign_tls_certificate ... ok
[INFO] [stdout] test test_sign_ica ... ok
[INFO] [stdout] test test_sign_cert_with_missing_ca ... ok
[INFO] [stdout] test test_sign_ica_with_missing_ca ... ok
[INFO] [stdout] test test_import_nonexistent_source ... ok
[INFO] [stdout] test test_init_root_ca ... ok
[INFO] [stdout] test test_list_certificates_with_renew ... ok
[INFO] [stdout] test test_import_ica_certificate ... ok
[INFO] [stdout] test test_verify_fullchain_order_empty_cert ... ok
[INFO] [stdout] test test_list_certificates ... ok
[INFO] [stdout] test test_list_certificates_custom_expiration_alert ... ok
[INFO] [stdout] test test_verify_fullchain_order_wrong_count ... ok
[INFO] [stdout] test test_list_certificates_ica_chain ... ok
[INFO] [stdout] test test_verify_fullchain_order_parse_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.68s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests certboy
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "76beb85eecaec3336834a59915e04c90df395e431b3d150d29bb27f94ad0b675", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76beb85eecaec3336834a59915e04c90df395e431b3d150d29bb27f94ad0b675", kill_on_drop: false }`
[INFO] [stdout] 76beb85eecaec3336834a59915e04c90df395e431b3d150d29bb27f94ad0b675
